ASP.NET Core MVC コントロールヘルプ
SortMemberPath メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ColumnBaseBuilder<TControl,TBuilder> クラス : SortMemberPath メソッド
The value.
Configurates C1.Web.Mvc.ColumnBase.SortMemberPath. Sets the name of the property to use when sorting this column.
シンタックス
'宣言
 
Public Function SortMemberPath( _
   ByVal value As System.String _
) As TBuilder
public TBuilder SortMemberPath( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
Use this property in cases where you want the sorting to be performed based on values other than the ones speficied by the Binding property.
参照

ColumnBaseBuilder<TControl,TBuilder> クラス
ColumnBaseBuilder<TControl,TBuilder> メンバ